home *** CD-ROM | disk | FTP | other *** search
- <groupbox caption="Event">
-
- <if value="object.links.count > 1">
- <table cellspacing=4 cellpadding=2>
- <tr><td width=exact><input type="checkbox" name="object.delay_child_on">
- <a onclick="object.delay_child_on=!object.delay_child_on">Delay each element by</a>
- <td width=exact><input type="text" name="object.delay_child" size=4">
- <a onclick="window.openSlider('object.delay',-2,2,0.05,'','')"><img src="images/other_slider.bitmap"></a>
- seconds
- </table>
- <else>
- <table cellspacing=4 cellpadding=2>
- <tr><td width=exact colspan=2><input type="checkbox" name="object.separate_children">
- <a onclick="object.separate_children=!object.separate_children">Separate into child elements</a>
- <tr><td width=exact><input type="checkbox" name="object.delay_child_on">
- <a onclick="object.delay_child_on=!object.delay_child_on">Delay each child by</a>
- <td width=exact><input type="text" name="object.delay_child" size=4">
- <a onclick="window.openSlider('object.delay',-2,2,0.05,'','')"><img src="images/other_slider.bitmap"></a>
- seconds
- </table>
- </if>
-
- <table cellspacing=4 cellpadding=2>
- <tr><td width=exact valign=bottom><spacer width=16>Child order
- <td valign=bottom><select name="object.child_order">
- <option>left to right
- <option>right to left
- <option>inner to outer
- <option>outer to inner
- <option>random
- </select>
- </table>
-
- <table cellspacing=4 cellpadding=2>
- <td width=exact><spacer width=16>Duration
- <td width=exact><input type="text" name="object.duration" size=4">
- <a onclick="window.openSlider('object.duration',0,10,0.1,'','')">
- <img src="images/other_slider.bitmap"></a>
- seconds
- </table>
-
- </groupbox>
-